BLUR BITMAP

This command will blur the contents of a specified Bitmap.

  Syntax
BLUR BITMAP Bitmap Number,Blur Value
  Parameters
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.
Blur Value
Integer
This value is an integer number such as 1.

  Returns

This command does not return a value.

  Description

You must specify a blur value from 1 to 6 to provide the intensity of the blurring. A blur value of 1 will perform mild blurring, up to a value of 6 that causes severe blurring. The greater the intensity of blurring, the longer it takes to perform. The time it takes to blur a bitmap is also dependent on the size of the bitmap. The parameters should be specified using integer values.

  Example Code
PRINT "blur me"
BLUR BITMAP 0,3
WAIT KEY
  See also

BITMAP Commands Menu
Index